Skip to content

Commit 8090eeb

Browse files
committed
adding pagination on contract config
1 parent 932e5ff commit 8090eeb

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

docs/develop/message-transfer-via-crosstalk/evm-guides/your-first-crosschain-nft-contract/deploying-your-nft-contract.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Lets say if you want to deploy your contract on Polygon Mumbai and Avalanche Fuj
101101

102102
<APIData
103103
apiData={[
104-
{ contractConfigUrl: 'https://lcd.sentry.routerchain.dev/router-protocol/router-chain/multichain/contract_config',
104+
{ contractConfigUrl: 'https://lcd.sentry.routerchain.dev/router-protocol/router-chain/multichain/contract_config?pagination.limit=10000',
105105
chainConfigUrl: 'https://lcd.sentry.routerchain.dev/router-protocol/router-chain/multichain/chain_config',
106106
networkType: 'Testnet', contractType: 'GATEWAY' }
107107
]}

docs/develop/message-transfer-via-crosstalk/stateful-bridging/your-first-omnichain-dapp/deploying-a-sample-application-contract.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Once compiled, you should see a green tick mark over the **Solidity compiler** i
110110

111111
<APIData
112112
apiData={[
113-
{ contractConfigUrl: 'https://lcd.sentry.routerchain.dev/router-protocol/router-chain/multichain/contract_config',
113+
{ contractConfigUrl: 'https://lcd.sentry.routerchain.dev/router-protocol/router-chain/multichain/contract_config?pagination.limit=10000',
114114
chainConfigUrl: 'https://lcd.sentry.routerchain.dev/router-protocol/router-chain/multichain/chain_config',
115115
networkType: 'Testnet', contractType: 'GATEWAY' }
116116
]}

docs/networks/supported-chains.mdx

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The chain config for all the networks supported by Router including the Gateway
1212
#### Gateway Contracts
1313
<APIData
1414
apiData={[
15-
{ contractConfigUrl: 'https://sentry.lcd.routerprotocol.com/router-protocol/router-chain/multichain/contract_config',
15+
{ contractConfigUrl: 'https://sentry.lcd.routerprotocol.com/router-protocol/router-chain/multichain/contract_config?pagination.limit=10000',
1616
chainConfigUrl: 'https://sentry.lcd.routerprotocol.com/router-protocol/router-chain/multichain/chain_config',
1717
networkType: 'Mainnet', contractType: 'GATEWAY' }
1818
]}
@@ -27,7 +27,7 @@ Please make sure that you pass the **Chain ID** and **Gateway Contract Address**
2727
#### AssetForwarder Contracts
2828
<APIData
2929
apiData={[
30-
{ contractConfigUrl: 'https://sentry.lcd.routerprotocol.com/router-protocol/router-chain/multichain/contract_config',
30+
{ contractConfigUrl: 'https://sentry.lcd.routerprotocol.com/router-protocol/router-chain/multichain/contract_config?pagination.limit=10000',
3131
chainConfigUrl: 'https://sentry.lcd.routerprotocol.com/router-protocol/router-chain/multichain/chain_config',
3232
networkType: 'Mainnet', contractType: 'VOYAGER' }
3333
]}
@@ -41,7 +41,7 @@ Please make sure that you pass the **Chain ID** and **Gateway Contract Address**
4141
#### Gateway Contracts
4242
<APIData
4343
apiData={[
44-
{ contractConfigUrl: 'https://lcd.sentry.routerchain.dev/router-protocol/router-chain/multichain/contract_config',
44+
{ contractConfigUrl: 'https://lcd.sentry.routerchain.dev/router-protocol/router-chain/multichain/contract_config?pagination.limit=10000',
4545
chainConfigUrl: 'https://lcd.sentry.routerchain.dev/router-protocol/router-chain/multichain/chain_config',
4646
networkType: 'Testnet', contractType: 'GATEWAY' }
4747
]}
@@ -56,7 +56,7 @@ Please make sure that you pass the **Chain ID** and **Gateway Contract Address**
5656
#### Nitro Contracts
5757
<APIData
5858
apiData={[
59-
{ contractConfigUrl: 'https://lcd.sentry.routerchain.dev/router-protocol/router-chain/multichain/contract_config',
59+
{ contractConfigUrl: 'https://lcd.sentry.routerchain.dev/router-protocol/router-chain/multichain/contract_config?pagination.limit=10000',
6060
chainConfigUrl: 'https://lcd.sentry.routerchain.dev/router-protocol/router-chain/multichain/chain_config',
6161
networkType: 'Testnet', contractType: 'VOYAGER' }
6262
]}

docs/omnichain-framework/guides/your-first-omnichain-dapp/deploying-a-sample-application-contract.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Once compiled, you should see a green tick mark over the **Solidity compiler** i
108108

109109
<APIData
110110
apiData={[
111-
{ contractConfigUrl: 'https://lcd.sentry.routerchain.dev/router-protocol/router-chain/multichain/contract_config',
111+
{ contractConfigUrl: 'https://lcd.sentry.routerchain.dev/router-protocol/router-chain/multichain/contract_config?pagination.limit=10000',
112112
chainConfigUrl: 'https://lcd.sentry.routerchain.dev/router-protocol/router-chain/multichain/chain_config',
113113
networkType: 'Testnet' }
114114
]}

0 commit comments

Comments
 (0)