@beefyfinance/blockchain-addressbook 0.54.199 → 0.54.201

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (49) hide show
  1. package/build/address-book/arbitrum/index.d.ts +2 -2
  2. package/build/address-book/arbitrum/tokens/tokens.d.ts +1 -1
  3. package/build/address-book/arbitrum/tokens/tokens.js +1 -1
  4. package/build/address-book/avax/index.d.ts +2 -2
  5. package/build/address-book/avax/tokens/tokens.d.ts +1 -1
  6. package/build/address-book/avax/tokens/tokens.js +1 -1
  7. package/build/address-book/base/index.d.ts +2 -2
  8. package/build/address-book/base/tokens/tokens.d.ts +1 -1
  9. package/build/address-book/base/tokens/tokens.js +1 -1
  10. package/build/address-book/bsc/index.d.ts +14 -8
  11. package/build/address-book/bsc/tokens/tokens.d.ts +7 -4
  12. package/build/address-book/bsc/tokens/tokens.js +7 -4
  13. package/build/address-book/canto/index.d.ts +2 -2
  14. package/build/address-book/canto/tokens/tokens.d.ts +1 -1
  15. package/build/address-book/canto/tokens/tokens.js +1 -1
  16. package/build/address-book/ethereum/index.d.ts +2 -2
  17. package/build/address-book/ethereum/tokens/tokens.d.ts +1 -1
  18. package/build/address-book/ethereum/tokens/tokens.js +1 -1
  19. package/build/address-book/optimism/index.d.ts +2 -2
  20. package/build/address-book/optimism/tokens/tokens.d.ts +1 -1
  21. package/build/address-book/optimism/tokens/tokens.js +1 -1
  22. package/build/address-book/polygon/index.d.ts +2 -2
  23. package/build/address-book/polygon/tokens/tokens.d.ts +1 -1
  24. package/build/address-book/polygon/tokens/tokens.js +1 -1
  25. package/build-esm/address-book/arbitrum/index.d.ts +2 -2
  26. package/build-esm/address-book/arbitrum/tokens/tokens.d.ts +1 -1
  27. package/build-esm/address-book/arbitrum/tokens/tokens.js +1 -1
  28. package/build-esm/address-book/avax/index.d.ts +2 -2
  29. package/build-esm/address-book/avax/tokens/tokens.d.ts +1 -1
  30. package/build-esm/address-book/avax/tokens/tokens.js +1 -1
  31. package/build-esm/address-book/base/index.d.ts +2 -2
  32. package/build-esm/address-book/base/tokens/tokens.d.ts +1 -1
  33. package/build-esm/address-book/base/tokens/tokens.js +1 -1
  34. package/build-esm/address-book/bsc/index.d.ts +14 -8
  35. package/build-esm/address-book/bsc/tokens/tokens.d.ts +7 -4
  36. package/build-esm/address-book/bsc/tokens/tokens.js +7 -4
  37. package/build-esm/address-book/canto/index.d.ts +2 -2
  38. package/build-esm/address-book/canto/tokens/tokens.d.ts +1 -1
  39. package/build-esm/address-book/canto/tokens/tokens.js +1 -1
  40. package/build-esm/address-book/ethereum/index.d.ts +2 -2
  41. package/build-esm/address-book/ethereum/tokens/tokens.d.ts +1 -1
  42. package/build-esm/address-book/ethereum/tokens/tokens.js +1 -1
  43. package/build-esm/address-book/optimism/index.d.ts +2 -2
  44. package/build-esm/address-book/optimism/tokens/tokens.d.ts +1 -1
  45. package/build-esm/address-book/optimism/tokens/tokens.js +1 -1
  46. package/build-esm/address-book/polygon/index.d.ts +2 -2
  47. package/build-esm/address-book/polygon/tokens/tokens.d.ts +1 -1
  48. package/build-esm/address-book/polygon/tokens/tokens.js +1 -1
  49. package/package.json +1 -1
@@ -1772,7 +1772,7 @@ export declare const arbitrum: {
1772
1772
  readonly documentation: "https://docs.layerzero.network/v2";
1773
1773
  readonly description: "ZRO is the native asset of the LayerZero protocol. LayerZero is an omnichain interoperability protocol that supports censorship-resistant messages and permissionless development through immutable smart contracts called Endpoints.";
1774
1774
  readonly bridge: "layer-zero";
1775
- readonly tags: readonly ["BLUECHIP"];
1775
+ readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
1776
1776
  };
1777
1777
  readonly xGRAIL: {
1778
1778
  readonly name: "Camelot Escrowed Grail";
@@ -3958,7 +3958,7 @@ export declare const arbitrum: {
3958
3958
  readonly documentation: "https://docs.layerzero.network/v2";
3959
3959
  readonly description: "ZRO is the native asset of the LayerZero protocol. LayerZero is an omnichain interoperability protocol that supports censorship-resistant messages and permissionless development through immutable smart contracts called Endpoints.";
3960
3960
  readonly bridge: "layer-zero";
3961
- readonly tags: readonly ["BLUECHIP"];
3961
+ readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
3962
3962
  };
3963
3963
  readonly xGRAIL: {
3964
3964
  readonly name: "Camelot Escrowed Grail";
@@ -1769,7 +1769,7 @@ export declare const tokens: {
1769
1769
  readonly documentation: "https://docs.layerzero.network/v2";
1770
1770
  readonly description: "ZRO is the native asset of the LayerZero protocol. LayerZero is an omnichain interoperability protocol that supports censorship-resistant messages and permissionless development through immutable smart contracts called Endpoints.";
1771
1771
  readonly bridge: "layer-zero";
1772
- readonly tags: readonly ["BLUECHIP"];
1772
+ readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
1773
1773
  };
1774
1774
  readonly xGRAIL: {
1775
1775
  readonly name: "Camelot Escrowed Grail";
@@ -1739,7 +1739,7 @@ exports.tokens = {
1739
1739
  documentation: 'https://docs.layerzero.network/v2',
1740
1740
  description: 'ZRO is the native asset of the LayerZero protocol. LayerZero is an omnichain interoperability protocol that supports censorship-resistant messages and permissionless development through immutable smart contracts called Endpoints.',
1741
1741
  bridge: 'layer-zero',
1742
- tags: ['BLUECHIP'],
1742
+ tags: ['BLUECHIP', 'NO_TIMELOCK'],
1743
1743
  },
1744
1744
  xGRAIL: {
1745
1745
  name: 'Camelot Escrowed Grail',
@@ -4484,7 +4484,7 @@ export declare const avax: {
4484
4484
  readonly documentation: "https://docs.layerzero.network/v2";
4485
4485
  readonly description: "ZRO is the native asset of the LayerZero protocol. LayerZero is an omnichain interoperability protocol that supports censorship-resistant messages and permissionless development through immutable smart contracts called Endpoints.";
4486
4486
  readonly bridge: "layer-zero";
4487
- readonly tags: readonly ["BLUECHIP"];
4487
+ readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
4488
4488
  };
4489
4489
  readonly PHAR: {
4490
4490
  readonly name: "Pharaoh";
@@ -9133,7 +9133,7 @@ export declare const avax: {
9133
9133
  readonly documentation: "https://docs.layerzero.network/v2";
9134
9134
  readonly description: "ZRO is the native asset of the LayerZero protocol. LayerZero is an omnichain interoperability protocol that supports censorship-resistant messages and permissionless development through immutable smart contracts called Endpoints.";
9135
9135
  readonly bridge: "layer-zero";
9136
- readonly tags: readonly ["BLUECHIP"];
9136
+ readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
9137
9137
  };
9138
9138
  readonly PHAR: {
9139
9139
  readonly name: "Pharaoh";
@@ -4481,7 +4481,7 @@ export declare const tokens: {
4481
4481
  readonly documentation: "https://docs.layerzero.network/v2";
4482
4482
  readonly description: "ZRO is the native asset of the LayerZero protocol. LayerZero is an omnichain interoperability protocol that supports censorship-resistant messages and permissionless development through immutable smart contracts called Endpoints.";
4483
4483
  readonly bridge: "layer-zero";
4484
- readonly tags: readonly ["BLUECHIP"];
4484
+ readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
4485
4485
  };
4486
4486
  readonly PHAR: {
4487
4487
  readonly name: "Pharaoh";
@@ -4449,7 +4449,7 @@ exports.tokens = {
4449
4449
  documentation: 'https://docs.layerzero.network/v2',
4450
4450
  description: 'ZRO is the native asset of the LayerZero protocol. LayerZero is an omnichain interoperability protocol that supports censorship-resistant messages and permissionless development through immutable smart contracts called Endpoints.',
4451
4451
  bridge: 'layer-zero',
4452
- tags: ['BLUECHIP'],
4452
+ tags: ['BLUECHIP', 'NO_TIMELOCK'],
4453
4453
  },
4454
4454
  PHAR: {
4455
4455
  name: 'Pharaoh',
@@ -1089,7 +1089,7 @@ export declare const base: {
1089
1089
  readonly documentation: "https://docs.layerzero.network/v2";
1090
1090
  readonly description: "ZRO is the native asset of the LayerZero protocol. LayerZero is an omnichain interoperability protocol that supports censorship-resistant messages and permissionless development through immutable smart contracts called Endpoints.";
1091
1091
  readonly bridge: "layer-zero";
1092
- readonly tags: readonly ["BLUECHIP"];
1092
+ readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
1093
1093
  };
1094
1094
  readonly NORMUS: {
1095
1095
  readonly name: "NORMUS";
@@ -4388,7 +4388,7 @@ export declare const base: {
4388
4388
  readonly documentation: "https://docs.layerzero.network/v2";
4389
4389
  readonly description: "ZRO is the native asset of the LayerZero protocol. LayerZero is an omnichain interoperability protocol that supports censorship-resistant messages and permissionless development through immutable smart contracts called Endpoints.";
4390
4390
  readonly bridge: "layer-zero";
4391
- readonly tags: readonly ["BLUECHIP"];
4391
+ readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
4392
4392
  };
4393
4393
  readonly NORMUS: {
4394
4394
  readonly name: "NORMUS";
@@ -1086,7 +1086,7 @@ export declare const tokens: {
1086
1086
  readonly documentation: "https://docs.layerzero.network/v2";
1087
1087
  readonly description: "ZRO is the native asset of the LayerZero protocol. LayerZero is an omnichain interoperability protocol that supports censorship-resistant messages and permissionless development through immutable smart contracts called Endpoints.";
1088
1088
  readonly bridge: "layer-zero";
1089
- readonly tags: readonly ["BLUECHIP"];
1089
+ readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
1090
1090
  };
1091
1091
  readonly NORMUS: {
1092
1092
  readonly name: "NORMUS";
@@ -1054,7 +1054,7 @@ exports.tokens = {
1054
1054
  documentation: 'https://docs.layerzero.network/v2',
1055
1055
  description: 'ZRO is the native asset of the LayerZero protocol. LayerZero is an omnichain interoperability protocol that supports censorship-resistant messages and permissionless development through immutable smart contracts called Endpoints.',
1056
1056
  bridge: 'layer-zero',
1057
- tags: ['BLUECHIP'],
1057
+ tags: ['BLUECHIP', 'NO_TIMELOCK'],
1058
1058
  },
1059
1059
  NORMUS: {
1060
1060
  name: 'NORMUS',
@@ -1792,14 +1792,17 @@ export declare const bsc: {
1792
1792
  readonly description: "Cyclone is the world first cross-chain, yield enhancement, zkSNARKs-based privacy protocol for all DeFi apps, with the decentralized governance and fair launch.";
1793
1793
  };
1794
1794
  readonly ZEC: {
1795
- readonly name: "Z-Cash";
1795
+ readonly name: "ZCash";
1796
1796
  readonly symbol: "ZEC";
1797
- readonly oracleId: "ZEC";
1797
+ readonly oracleId: "bnbZEC";
1798
1798
  readonly address: "0x1Ba42e5193dfA8B03D15dd1B86a3113bbBEF8Eeb";
1799
1799
  readonly chainId: 56;
1800
1800
  readonly decimals: 18;
1801
1801
  readonly website: "https://z.cash/";
1802
- readonly description: "Zcash is a digital currency - fast and confidential with low fees.";
1802
+ readonly description: "Zcash is a cryptocurrency that uses zero-knowledge proofs to enable private, shielded transactions where sender, receiver, and amount can be hidden.";
1803
+ readonly bridge: "binance-peg";
1804
+ readonly documentation: "https://zcash.readthedocs.io/ ";
1805
+ readonly tags: readonly ["BLUECHIP"];
1803
1806
  };
1804
1807
  readonly ETC: {
1805
1808
  readonly name: "Ethereum Classic";
@@ -3998,7 +4001,7 @@ export declare const bsc: {
3998
4001
  readonly documentation: "https://docs.layerzero.network/v2";
3999
4002
  readonly description: "ZRO is the native asset of the LayerZero protocol. LayerZero is an omnichain interoperability protocol that supports censorship-resistant messages and permissionless development through immutable smart contracts called Endpoints.";
4000
4003
  readonly bridge: "layer-zero";
4001
- readonly tags: readonly ["BLUECHIP"];
4004
+ readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
4002
4005
  };
4003
4006
  readonly slisBNB: {
4004
4007
  readonly name: "Staked Lista BNB";
@@ -6180,14 +6183,17 @@ export declare const bsc: {
6180
6183
  readonly description: "Cyclone is the world first cross-chain, yield enhancement, zkSNARKs-based privacy protocol for all DeFi apps, with the decentralized governance and fair launch.";
6181
6184
  };
6182
6185
  readonly ZEC: {
6183
- readonly name: "Z-Cash";
6186
+ readonly name: "ZCash";
6184
6187
  readonly symbol: "ZEC";
6185
- readonly oracleId: "ZEC";
6188
+ readonly oracleId: "bnbZEC";
6186
6189
  readonly address: "0x1Ba42e5193dfA8B03D15dd1B86a3113bbBEF8Eeb";
6187
6190
  readonly chainId: 56;
6188
6191
  readonly decimals: 18;
6189
6192
  readonly website: "https://z.cash/";
6190
- readonly description: "Zcash is a digital currency - fast and confidential with low fees.";
6193
+ readonly description: "Zcash is a cryptocurrency that uses zero-knowledge proofs to enable private, shielded transactions where sender, receiver, and amount can be hidden.";
6194
+ readonly bridge: "binance-peg";
6195
+ readonly documentation: "https://zcash.readthedocs.io/ ";
6196
+ readonly tags: readonly ["BLUECHIP"];
6191
6197
  };
6192
6198
  readonly ETC: {
6193
6199
  readonly name: "Ethereum Classic";
@@ -8386,7 +8392,7 @@ export declare const bsc: {
8386
8392
  readonly documentation: "https://docs.layerzero.network/v2";
8387
8393
  readonly description: "ZRO is the native asset of the LayerZero protocol. LayerZero is an omnichain interoperability protocol that supports censorship-resistant messages and permissionless development through immutable smart contracts called Endpoints.";
8388
8394
  readonly bridge: "layer-zero";
8389
- readonly tags: readonly ["BLUECHIP"];
8395
+ readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
8390
8396
  };
8391
8397
  readonly slisBNB: {
8392
8398
  readonly name: "Staked Lista BNB";
@@ -1789,14 +1789,17 @@ export declare const tokens: {
1789
1789
  readonly description: "Cyclone is the world first cross-chain, yield enhancement, zkSNARKs-based privacy protocol for all DeFi apps, with the decentralized governance and fair launch.";
1790
1790
  };
1791
1791
  readonly ZEC: {
1792
- readonly name: "Z-Cash";
1792
+ readonly name: "ZCash";
1793
1793
  readonly symbol: "ZEC";
1794
- readonly oracleId: "ZEC";
1794
+ readonly oracleId: "bnbZEC";
1795
1795
  readonly address: "0x1Ba42e5193dfA8B03D15dd1B86a3113bbBEF8Eeb";
1796
1796
  readonly chainId: 56;
1797
1797
  readonly decimals: 18;
1798
1798
  readonly website: "https://z.cash/";
1799
- readonly description: "Zcash is a digital currency - fast and confidential with low fees.";
1799
+ readonly description: "Zcash is a cryptocurrency that uses zero-knowledge proofs to enable private, shielded transactions where sender, receiver, and amount can be hidden.";
1800
+ readonly bridge: "binance-peg";
1801
+ readonly documentation: "https://zcash.readthedocs.io/ ";
1802
+ readonly tags: readonly ["BLUECHIP"];
1800
1803
  };
1801
1804
  readonly ETC: {
1802
1805
  readonly name: "Ethereum Classic";
@@ -3995,7 +3998,7 @@ export declare const tokens: {
3995
3998
  readonly documentation: "https://docs.layerzero.network/v2";
3996
3999
  readonly description: "ZRO is the native asset of the LayerZero protocol. LayerZero is an omnichain interoperability protocol that supports censorship-resistant messages and permissionless development through immutable smart contracts called Endpoints.";
3997
4000
  readonly bridge: "layer-zero";
3998
- readonly tags: readonly ["BLUECHIP"];
4001
+ readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
3999
4002
  };
4000
4003
  readonly slisBNB: {
4001
4004
  readonly name: "Staked Lista BNB";
@@ -1758,14 +1758,17 @@ exports.tokens = {
1758
1758
  description: 'Cyclone is the world first cross-chain, yield enhancement, zkSNARKs-based privacy protocol for all DeFi apps, with the decentralized governance and fair launch.',
1759
1759
  },
1760
1760
  ZEC: {
1761
- name: 'Z-Cash',
1761
+ name: 'ZCash',
1762
1762
  symbol: 'ZEC',
1763
- oracleId: 'ZEC',
1763
+ oracleId: 'bnbZEC',
1764
1764
  address: '0x1Ba42e5193dfA8B03D15dd1B86a3113bbBEF8Eeb',
1765
1765
  chainId: 56,
1766
1766
  decimals: 18,
1767
1767
  website: 'https://z.cash/',
1768
- description: 'Zcash is a digital currency - fast and confidential with low fees.',
1768
+ description: 'Zcash is a cryptocurrency that uses zero-knowledge proofs to enable private, shielded transactions where sender, receiver, and amount can be hidden.',
1769
+ bridge: 'binance-peg',
1770
+ documentation: 'https://zcash.readthedocs.io/ ',
1771
+ tags: ['BLUECHIP'],
1769
1772
  },
1770
1773
  ETC: {
1771
1774
  name: 'Ethereum Classic',
@@ -3964,7 +3967,7 @@ exports.tokens = {
3964
3967
  documentation: 'https://docs.layerzero.network/v2',
3965
3968
  description: 'ZRO is the native asset of the LayerZero protocol. LayerZero is an omnichain interoperability protocol that supports censorship-resistant messages and permissionless development through immutable smart contracts called Endpoints.',
3966
3969
  bridge: 'layer-zero',
3967
- tags: ['BLUECHIP'],
3970
+ tags: ['BLUECHIP', 'NO_TIMELOCK'],
3968
3971
  },
3969
3972
  slisBNB: {
3970
3973
  name: 'Staked Lista BNB',
@@ -96,7 +96,7 @@ export declare const canto: {
96
96
  readonly decimals: 18;
97
97
  readonly website: "https://canto.io/";
98
98
  readonly documentation: "https://docs.canto.io/overview/canto-unit-of-account-usdnote";
99
- readonly description: "$NOTE is the unit of account on Canto. $NOTE is an over-collateralized currency with a value perpetually rebalanced toward $1 through an algorithmic interest rate policy. ";
99
+ readonly description: "$NOTE is the unit of account on Canto. $NOTE is an over-collateralized currency with a value perpetually rebalanced toward $1 through an algorithmic interest rate policy.";
100
100
  readonly bridge: "native";
101
101
  readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
102
102
  };
@@ -424,7 +424,7 @@ export declare const canto: {
424
424
  readonly decimals: 18;
425
425
  readonly website: "https://canto.io/";
426
426
  readonly documentation: "https://docs.canto.io/overview/canto-unit-of-account-usdnote";
427
- readonly description: "$NOTE is the unit of account on Canto. $NOTE is an over-collateralized currency with a value perpetually rebalanced toward $1 through an algorithmic interest rate policy. ";
427
+ readonly description: "$NOTE is the unit of account on Canto. $NOTE is an over-collateralized currency with a value perpetually rebalanced toward $1 through an algorithmic interest rate policy.";
428
428
  readonly bridge: "native";
429
429
  readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
430
430
  };
@@ -93,7 +93,7 @@ export declare const tokens: {
93
93
  readonly decimals: 18;
94
94
  readonly website: "https://canto.io/";
95
95
  readonly documentation: "https://docs.canto.io/overview/canto-unit-of-account-usdnote";
96
- readonly description: "$NOTE is the unit of account on Canto. $NOTE is an over-collateralized currency with a value perpetually rebalanced toward $1 through an algorithmic interest rate policy. ";
96
+ readonly description: "$NOTE is the unit of account on Canto. $NOTE is an over-collateralized currency with a value perpetually rebalanced toward $1 through an algorithmic interest rate policy.";
97
97
  readonly bridge: "native";
98
98
  readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
99
99
  };
@@ -64,7 +64,7 @@ exports.tokens = {
64
64
  decimals: 18,
65
65
  website: 'https://canto.io/',
66
66
  documentation: 'https://docs.canto.io/overview/canto-unit-of-account-usdnote',
67
- description: '$NOTE is the unit of account on Canto. $NOTE is an over-collateralized currency with a value perpetually rebalanced toward $1 through an algorithmic interest rate policy. ',
67
+ description: '$NOTE is the unit of account on Canto. $NOTE is an over-collateralized currency with a value perpetually rebalanced toward $1 through an algorithmic interest rate policy.',
68
68
  bridge: 'native',
69
69
  tags: ['STABLECOIN', 'SYNTHETIC'],
70
70
  },
@@ -1895,7 +1895,7 @@ export declare const ethereum: {
1895
1895
  readonly documentation: "https://docs.layerzero.network/v2";
1896
1896
  readonly description: "ZRO is the native asset of the LayerZero protocol. LayerZero is an omnichain interoperability protocol that supports censorship-resistant messages and permissionless development through immutable smart contracts called Endpoints.";
1897
1897
  readonly bridge: "layer-zero";
1898
- readonly tags: readonly ["BLUECHIP"];
1898
+ readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
1899
1899
  };
1900
1900
  readonly ShezUSD: {
1901
1901
  readonly name: "ShezmuUSD";
@@ -4752,7 +4752,7 @@ export declare const ethereum: {
4752
4752
  readonly documentation: "https://docs.layerzero.network/v2";
4753
4753
  readonly description: "ZRO is the native asset of the LayerZero protocol. LayerZero is an omnichain interoperability protocol that supports censorship-resistant messages and permissionless development through immutable smart contracts called Endpoints.";
4754
4754
  readonly bridge: "layer-zero";
4755
- readonly tags: readonly ["BLUECHIP"];
4755
+ readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
4756
4756
  };
4757
4757
  readonly ShezUSD: {
4758
4758
  readonly name: "ShezmuUSD";
@@ -1892,7 +1892,7 @@ export declare const tokens: {
1892
1892
  readonly documentation: "https://docs.layerzero.network/v2";
1893
1893
  readonly description: "ZRO is the native asset of the LayerZero protocol. LayerZero is an omnichain interoperability protocol that supports censorship-resistant messages and permissionless development through immutable smart contracts called Endpoints.";
1894
1894
  readonly bridge: "layer-zero";
1895
- readonly tags: readonly ["BLUECHIP"];
1895
+ readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
1896
1896
  };
1897
1897
  readonly ShezUSD: {
1898
1898
  readonly name: "ShezmuUSD";
@@ -1861,7 +1861,7 @@ exports.tokens = {
1861
1861
  documentation: 'https://docs.layerzero.network/v2',
1862
1862
  description: 'ZRO is the native asset of the LayerZero protocol. LayerZero is an omnichain interoperability protocol that supports censorship-resistant messages and permissionless development through immutable smart contracts called Endpoints.',
1863
1863
  bridge: 'layer-zero',
1864
- tags: ['BLUECHIP'],
1864
+ tags: ['BLUECHIP', 'NO_TIMELOCK'],
1865
1865
  },
1866
1866
  ShezUSD: {
1867
1867
  name: 'ShezmuUSD',
@@ -1414,7 +1414,7 @@ export declare const optimism: {
1414
1414
  readonly documentation: "https://docs.layerzero.network/v2";
1415
1415
  readonly description: "ZRO is the native asset of the LayerZero protocol. LayerZero is an omnichain interoperability protocol that supports censorship-resistant messages and permissionless development through immutable smart contracts called Endpoints.";
1416
1416
  readonly bridge: "layer-zero";
1417
- readonly tags: readonly ["BLUECHIP"];
1417
+ readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
1418
1418
  };
1419
1419
  readonly ezETH: {
1420
1420
  readonly name: "Renzo Restaked ETH";
@@ -3084,7 +3084,7 @@ export declare const optimism: {
3084
3084
  readonly documentation: "https://docs.layerzero.network/v2";
3085
3085
  readonly description: "ZRO is the native asset of the LayerZero protocol. LayerZero is an omnichain interoperability protocol that supports censorship-resistant messages and permissionless development through immutable smart contracts called Endpoints.";
3086
3086
  readonly bridge: "layer-zero";
3087
- readonly tags: readonly ["BLUECHIP"];
3087
+ readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
3088
3088
  };
3089
3089
  readonly ezETH: {
3090
3090
  readonly name: "Renzo Restaked ETH";
@@ -1411,7 +1411,7 @@ export declare const tokens: {
1411
1411
  readonly documentation: "https://docs.layerzero.network/v2";
1412
1412
  readonly description: "ZRO is the native asset of the LayerZero protocol. LayerZero is an omnichain interoperability protocol that supports censorship-resistant messages and permissionless development through immutable smart contracts called Endpoints.";
1413
1413
  readonly bridge: "layer-zero";
1414
- readonly tags: readonly ["BLUECHIP"];
1414
+ readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
1415
1415
  };
1416
1416
  readonly ezETH: {
1417
1417
  readonly name: "Renzo Restaked ETH";
@@ -1379,7 +1379,7 @@ exports.tokens = {
1379
1379
  documentation: 'https://docs.layerzero.network/v2',
1380
1380
  description: 'ZRO is the native asset of the LayerZero protocol. LayerZero is an omnichain interoperability protocol that supports censorship-resistant messages and permissionless development through immutable smart contracts called Endpoints.',
1381
1381
  bridge: 'layer-zero',
1382
- tags: ['BLUECHIP'],
1382
+ tags: ['BLUECHIP', 'NO_TIMELOCK'],
1383
1383
  },
1384
1384
  ezETH: {
1385
1385
  name: 'Renzo Restaked ETH',
@@ -2093,7 +2093,7 @@ export declare const polygon: {
2093
2093
  readonly documentation: "https://docs.layerzero.network/v2";
2094
2094
  readonly description: "ZRO is the native asset of the LayerZero protocol. LayerZero is an omnichain interoperability protocol that supports censorship-resistant messages and permissionless development through immutable smart contracts called Endpoints.";
2095
2095
  readonly bridge: "layer-zero";
2096
- readonly tags: readonly ["BLUECHIP"];
2096
+ readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
2097
2097
  };
2098
2098
  };
2099
2099
  readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
@@ -4188,7 +4188,7 @@ export declare const polygon: {
4188
4188
  readonly documentation: "https://docs.layerzero.network/v2";
4189
4189
  readonly description: "ZRO is the native asset of the LayerZero protocol. LayerZero is an omnichain interoperability protocol that supports censorship-resistant messages and permissionless development through immutable smart contracts called Endpoints.";
4190
4190
  readonly bridge: "layer-zero";
4191
- readonly tags: readonly ["BLUECHIP"];
4191
+ readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
4192
4192
  };
4193
4193
  }>;
4194
4194
  readonly native: {
@@ -2090,6 +2090,6 @@ export declare const tokens: {
2090
2090
  readonly documentation: "https://docs.layerzero.network/v2";
2091
2091
  readonly description: "ZRO is the native asset of the LayerZero protocol. LayerZero is an omnichain interoperability protocol that supports censorship-resistant messages and permissionless development through immutable smart contracts called Endpoints.";
2092
2092
  readonly bridge: "layer-zero";
2093
- readonly tags: readonly ["BLUECHIP"];
2093
+ readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
2094
2094
  };
2095
2095
  };
@@ -2024,6 +2024,6 @@ exports.tokens = {
2024
2024
  documentation: 'https://docs.layerzero.network/v2',
2025
2025
  description: 'ZRO is the native asset of the LayerZero protocol. LayerZero is an omnichain interoperability protocol that supports censorship-resistant messages and permissionless development through immutable smart contracts called Endpoints.',
2026
2026
  bridge: 'layer-zero',
2027
- tags: ['BLUECHIP'],
2027
+ tags: ['BLUECHIP', 'NO_TIMELOCK'],
2028
2028
  },
2029
2029
  };
@@ -1772,7 +1772,7 @@ export declare const arbitrum: {
1772
1772
  readonly documentation: "https://docs.layerzero.network/v2";
1773
1773
  readonly description: "ZRO is the native asset of the LayerZero protocol. LayerZero is an omnichain interoperability protocol that supports censorship-resistant messages and permissionless development through immutable smart contracts called Endpoints.";
1774
1774
  readonly bridge: "layer-zero";
1775
- readonly tags: readonly ["BLUECHIP"];
1775
+ readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
1776
1776
  };
1777
1777
  readonly xGRAIL: {
1778
1778
  readonly name: "Camelot Escrowed Grail";
@@ -3958,7 +3958,7 @@ export declare const arbitrum: {
3958
3958
  readonly documentation: "https://docs.layerzero.network/v2";
3959
3959
  readonly description: "ZRO is the native asset of the LayerZero protocol. LayerZero is an omnichain interoperability protocol that supports censorship-resistant messages and permissionless development through immutable smart contracts called Endpoints.";
3960
3960
  readonly bridge: "layer-zero";
3961
- readonly tags: readonly ["BLUECHIP"];
3961
+ readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
3962
3962
  };
3963
3963
  readonly xGRAIL: {
3964
3964
  readonly name: "Camelot Escrowed Grail";
@@ -1769,7 +1769,7 @@ export declare const tokens: {
1769
1769
  readonly documentation: "https://docs.layerzero.network/v2";
1770
1770
  readonly description: "ZRO is the native asset of the LayerZero protocol. LayerZero is an omnichain interoperability protocol that supports censorship-resistant messages and permissionless development through immutable smart contracts called Endpoints.";
1771
1771
  readonly bridge: "layer-zero";
1772
- readonly tags: readonly ["BLUECHIP"];
1772
+ readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
1773
1773
  };
1774
1774
  readonly xGRAIL: {
1775
1775
  readonly name: "Camelot Escrowed Grail";
@@ -1736,7 +1736,7 @@ export const tokens = {
1736
1736
  documentation: 'https://docs.layerzero.network/v2',
1737
1737
  description: 'ZRO is the native asset of the LayerZero protocol. LayerZero is an omnichain interoperability protocol that supports censorship-resistant messages and permissionless development through immutable smart contracts called Endpoints.',
1738
1738
  bridge: 'layer-zero',
1739
- tags: ['BLUECHIP'],
1739
+ tags: ['BLUECHIP', 'NO_TIMELOCK'],
1740
1740
  },
1741
1741
  xGRAIL: {
1742
1742
  name: 'Camelot Escrowed Grail',
@@ -4484,7 +4484,7 @@ export declare const avax: {
4484
4484
  readonly documentation: "https://docs.layerzero.network/v2";
4485
4485
  readonly description: "ZRO is the native asset of the LayerZero protocol. LayerZero is an omnichain interoperability protocol that supports censorship-resistant messages and permissionless development through immutable smart contracts called Endpoints.";
4486
4486
  readonly bridge: "layer-zero";
4487
- readonly tags: readonly ["BLUECHIP"];
4487
+ readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
4488
4488
  };
4489
4489
  readonly PHAR: {
4490
4490
  readonly name: "Pharaoh";
@@ -9133,7 +9133,7 @@ export declare const avax: {
9133
9133
  readonly documentation: "https://docs.layerzero.network/v2";
9134
9134
  readonly description: "ZRO is the native asset of the LayerZero protocol. LayerZero is an omnichain interoperability protocol that supports censorship-resistant messages and permissionless development through immutable smart contracts called Endpoints.";
9135
9135
  readonly bridge: "layer-zero";
9136
- readonly tags: readonly ["BLUECHIP"];
9136
+ readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
9137
9137
  };
9138
9138
  readonly PHAR: {
9139
9139
  readonly name: "Pharaoh";
@@ -4481,7 +4481,7 @@ export declare const tokens: {
4481
4481
  readonly documentation: "https://docs.layerzero.network/v2";
4482
4482
  readonly description: "ZRO is the native asset of the LayerZero protocol. LayerZero is an omnichain interoperability protocol that supports censorship-resistant messages and permissionless development through immutable smart contracts called Endpoints.";
4483
4483
  readonly bridge: "layer-zero";
4484
- readonly tags: readonly ["BLUECHIP"];
4484
+ readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
4485
4485
  };
4486
4486
  readonly PHAR: {
4487
4487
  readonly name: "Pharaoh";
@@ -4446,7 +4446,7 @@ export const tokens = {
4446
4446
  documentation: 'https://docs.layerzero.network/v2',
4447
4447
  description: 'ZRO is the native asset of the LayerZero protocol. LayerZero is an omnichain interoperability protocol that supports censorship-resistant messages and permissionless development through immutable smart contracts called Endpoints.',
4448
4448
  bridge: 'layer-zero',
4449
- tags: ['BLUECHIP'],
4449
+ tags: ['BLUECHIP', 'NO_TIMELOCK'],
4450
4450
  },
4451
4451
  PHAR: {
4452
4452
  name: 'Pharaoh',
@@ -1089,7 +1089,7 @@ export declare const base: {
1089
1089
  readonly documentation: "https://docs.layerzero.network/v2";
1090
1090
  readonly description: "ZRO is the native asset of the LayerZero protocol. LayerZero is an omnichain interoperability protocol that supports censorship-resistant messages and permissionless development through immutable smart contracts called Endpoints.";
1091
1091
  readonly bridge: "layer-zero";
1092
- readonly tags: readonly ["BLUECHIP"];
1092
+ readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
1093
1093
  };
1094
1094
  readonly NORMUS: {
1095
1095
  readonly name: "NORMUS";
@@ -4388,7 +4388,7 @@ export declare const base: {
4388
4388
  readonly documentation: "https://docs.layerzero.network/v2";
4389
4389
  readonly description: "ZRO is the native asset of the LayerZero protocol. LayerZero is an omnichain interoperability protocol that supports censorship-resistant messages and permissionless development through immutable smart contracts called Endpoints.";
4390
4390
  readonly bridge: "layer-zero";
4391
- readonly tags: readonly ["BLUECHIP"];
4391
+ readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
4392
4392
  };
4393
4393
  readonly NORMUS: {
4394
4394
  readonly name: "NORMUS";
@@ -1086,7 +1086,7 @@ export declare const tokens: {
1086
1086
  readonly documentation: "https://docs.layerzero.network/v2";
1087
1087
  readonly description: "ZRO is the native asset of the LayerZero protocol. LayerZero is an omnichain interoperability protocol that supports censorship-resistant messages and permissionless development through immutable smart contracts called Endpoints.";
1088
1088
  readonly bridge: "layer-zero";
1089
- readonly tags: readonly ["BLUECHIP"];
1089
+ readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
1090
1090
  };
1091
1091
  readonly NORMUS: {
1092
1092
  readonly name: "NORMUS";
@@ -1051,7 +1051,7 @@ export const tokens = {
1051
1051
  documentation: 'https://docs.layerzero.network/v2',
1052
1052
  description: 'ZRO is the native asset of the LayerZero protocol. LayerZero is an omnichain interoperability protocol that supports censorship-resistant messages and permissionless development through immutable smart contracts called Endpoints.',
1053
1053
  bridge: 'layer-zero',
1054
- tags: ['BLUECHIP'],
1054
+ tags: ['BLUECHIP', 'NO_TIMELOCK'],
1055
1055
  },
1056
1056
  NORMUS: {
1057
1057
  name: 'NORMUS',
@@ -1792,14 +1792,17 @@ export declare const bsc: {
1792
1792
  readonly description: "Cyclone is the world first cross-chain, yield enhancement, zkSNARKs-based privacy protocol for all DeFi apps, with the decentralized governance and fair launch.";
1793
1793
  };
1794
1794
  readonly ZEC: {
1795
- readonly name: "Z-Cash";
1795
+ readonly name: "ZCash";
1796
1796
  readonly symbol: "ZEC";
1797
- readonly oracleId: "ZEC";
1797
+ readonly oracleId: "bnbZEC";
1798
1798
  readonly address: "0x1Ba42e5193dfA8B03D15dd1B86a3113bbBEF8Eeb";
1799
1799
  readonly chainId: 56;
1800
1800
  readonly decimals: 18;
1801
1801
  readonly website: "https://z.cash/";
1802
- readonly description: "Zcash is a digital currency - fast and confidential with low fees.";
1802
+ readonly description: "Zcash is a cryptocurrency that uses zero-knowledge proofs to enable private, shielded transactions where sender, receiver, and amount can be hidden.";
1803
+ readonly bridge: "binance-peg";
1804
+ readonly documentation: "https://zcash.readthedocs.io/ ";
1805
+ readonly tags: readonly ["BLUECHIP"];
1803
1806
  };
1804
1807
  readonly ETC: {
1805
1808
  readonly name: "Ethereum Classic";
@@ -3998,7 +4001,7 @@ export declare const bsc: {
3998
4001
  readonly documentation: "https://docs.layerzero.network/v2";
3999
4002
  readonly description: "ZRO is the native asset of the LayerZero protocol. LayerZero is an omnichain interoperability protocol that supports censorship-resistant messages and permissionless development through immutable smart contracts called Endpoints.";
4000
4003
  readonly bridge: "layer-zero";
4001
- readonly tags: readonly ["BLUECHIP"];
4004
+ readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
4002
4005
  };
4003
4006
  readonly slisBNB: {
4004
4007
  readonly name: "Staked Lista BNB";
@@ -6180,14 +6183,17 @@ export declare const bsc: {
6180
6183
  readonly description: "Cyclone is the world first cross-chain, yield enhancement, zkSNARKs-based privacy protocol for all DeFi apps, with the decentralized governance and fair launch.";
6181
6184
  };
6182
6185
  readonly ZEC: {
6183
- readonly name: "Z-Cash";
6186
+ readonly name: "ZCash";
6184
6187
  readonly symbol: "ZEC";
6185
- readonly oracleId: "ZEC";
6188
+ readonly oracleId: "bnbZEC";
6186
6189
  readonly address: "0x1Ba42e5193dfA8B03D15dd1B86a3113bbBEF8Eeb";
6187
6190
  readonly chainId: 56;
6188
6191
  readonly decimals: 18;
6189
6192
  readonly website: "https://z.cash/";
6190
- readonly description: "Zcash is a digital currency - fast and confidential with low fees.";
6193
+ readonly description: "Zcash is a cryptocurrency that uses zero-knowledge proofs to enable private, shielded transactions where sender, receiver, and amount can be hidden.";
6194
+ readonly bridge: "binance-peg";
6195
+ readonly documentation: "https://zcash.readthedocs.io/ ";
6196
+ readonly tags: readonly ["BLUECHIP"];
6191
6197
  };
6192
6198
  readonly ETC: {
6193
6199
  readonly name: "Ethereum Classic";
@@ -8386,7 +8392,7 @@ export declare const bsc: {
8386
8392
  readonly documentation: "https://docs.layerzero.network/v2";
8387
8393
  readonly description: "ZRO is the native asset of the LayerZero protocol. LayerZero is an omnichain interoperability protocol that supports censorship-resistant messages and permissionless development through immutable smart contracts called Endpoints.";
8388
8394
  readonly bridge: "layer-zero";
8389
- readonly tags: readonly ["BLUECHIP"];
8395
+ readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
8390
8396
  };
8391
8397
  readonly slisBNB: {
8392
8398
  readonly name: "Staked Lista BNB";
@@ -1789,14 +1789,17 @@ export declare const tokens: {
1789
1789
  readonly description: "Cyclone is the world first cross-chain, yield enhancement, zkSNARKs-based privacy protocol for all DeFi apps, with the decentralized governance and fair launch.";
1790
1790
  };
1791
1791
  readonly ZEC: {
1792
- readonly name: "Z-Cash";
1792
+ readonly name: "ZCash";
1793
1793
  readonly symbol: "ZEC";
1794
- readonly oracleId: "ZEC";
1794
+ readonly oracleId: "bnbZEC";
1795
1795
  readonly address: "0x1Ba42e5193dfA8B03D15dd1B86a3113bbBEF8Eeb";
1796
1796
  readonly chainId: 56;
1797
1797
  readonly decimals: 18;
1798
1798
  readonly website: "https://z.cash/";
1799
- readonly description: "Zcash is a digital currency - fast and confidential with low fees.";
1799
+ readonly description: "Zcash is a cryptocurrency that uses zero-knowledge proofs to enable private, shielded transactions where sender, receiver, and amount can be hidden.";
1800
+ readonly bridge: "binance-peg";
1801
+ readonly documentation: "https://zcash.readthedocs.io/ ";
1802
+ readonly tags: readonly ["BLUECHIP"];
1800
1803
  };
1801
1804
  readonly ETC: {
1802
1805
  readonly name: "Ethereum Classic";
@@ -3995,7 +3998,7 @@ export declare const tokens: {
3995
3998
  readonly documentation: "https://docs.layerzero.network/v2";
3996
3999
  readonly description: "ZRO is the native asset of the LayerZero protocol. LayerZero is an omnichain interoperability protocol that supports censorship-resistant messages and permissionless development through immutable smart contracts called Endpoints.";
3997
4000
  readonly bridge: "layer-zero";
3998
- readonly tags: readonly ["BLUECHIP"];
4001
+ readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
3999
4002
  };
4000
4003
  readonly slisBNB: {
4001
4004
  readonly name: "Staked Lista BNB";
@@ -1755,14 +1755,17 @@ export const tokens = {
1755
1755
  description: 'Cyclone is the world first cross-chain, yield enhancement, zkSNARKs-based privacy protocol for all DeFi apps, with the decentralized governance and fair launch.',
1756
1756
  },
1757
1757
  ZEC: {
1758
- name: 'Z-Cash',
1758
+ name: 'ZCash',
1759
1759
  symbol: 'ZEC',
1760
- oracleId: 'ZEC',
1760
+ oracleId: 'bnbZEC',
1761
1761
  address: '0x1Ba42e5193dfA8B03D15dd1B86a3113bbBEF8Eeb',
1762
1762
  chainId: 56,
1763
1763
  decimals: 18,
1764
1764
  website: 'https://z.cash/',
1765
- description: 'Zcash is a digital currency - fast and confidential with low fees.',
1765
+ description: 'Zcash is a cryptocurrency that uses zero-knowledge proofs to enable private, shielded transactions where sender, receiver, and amount can be hidden.',
1766
+ bridge: 'binance-peg',
1767
+ documentation: 'https://zcash.readthedocs.io/ ',
1768
+ tags: ['BLUECHIP'],
1766
1769
  },
1767
1770
  ETC: {
1768
1771
  name: 'Ethereum Classic',
@@ -3961,7 +3964,7 @@ export const tokens = {
3961
3964
  documentation: 'https://docs.layerzero.network/v2',
3962
3965
  description: 'ZRO is the native asset of the LayerZero protocol. LayerZero is an omnichain interoperability protocol that supports censorship-resistant messages and permissionless development through immutable smart contracts called Endpoints.',
3963
3966
  bridge: 'layer-zero',
3964
- tags: ['BLUECHIP'],
3967
+ tags: ['BLUECHIP', 'NO_TIMELOCK'],
3965
3968
  },
3966
3969
  slisBNB: {
3967
3970
  name: 'Staked Lista BNB',
@@ -96,7 +96,7 @@ export declare const canto: {
96
96
  readonly decimals: 18;
97
97
  readonly website: "https://canto.io/";
98
98
  readonly documentation: "https://docs.canto.io/overview/canto-unit-of-account-usdnote";
99
- readonly description: "$NOTE is the unit of account on Canto. $NOTE is an over-collateralized currency with a value perpetually rebalanced toward $1 through an algorithmic interest rate policy. ";
99
+ readonly description: "$NOTE is the unit of account on Canto. $NOTE is an over-collateralized currency with a value perpetually rebalanced toward $1 through an algorithmic interest rate policy.";
100
100
  readonly bridge: "native";
101
101
  readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
102
102
  };
@@ -424,7 +424,7 @@ export declare const canto: {
424
424
  readonly decimals: 18;
425
425
  readonly website: "https://canto.io/";
426
426
  readonly documentation: "https://docs.canto.io/overview/canto-unit-of-account-usdnote";
427
- readonly description: "$NOTE is the unit of account on Canto. $NOTE is an over-collateralized currency with a value perpetually rebalanced toward $1 through an algorithmic interest rate policy. ";
427
+ readonly description: "$NOTE is the unit of account on Canto. $NOTE is an over-collateralized currency with a value perpetually rebalanced toward $1 through an algorithmic interest rate policy.";
428
428
  readonly bridge: "native";
429
429
  readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
430
430
  };
@@ -93,7 +93,7 @@ export declare const tokens: {
93
93
  readonly decimals: 18;
94
94
  readonly website: "https://canto.io/";
95
95
  readonly documentation: "https://docs.canto.io/overview/canto-unit-of-account-usdnote";
96
- readonly description: "$NOTE is the unit of account on Canto. $NOTE is an over-collateralized currency with a value perpetually rebalanced toward $1 through an algorithmic interest rate policy. ";
96
+ readonly description: "$NOTE is the unit of account on Canto. $NOTE is an over-collateralized currency with a value perpetually rebalanced toward $1 through an algorithmic interest rate policy.";
97
97
  readonly bridge: "native";
98
98
  readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
99
99
  };
@@ -61,7 +61,7 @@ export const tokens = {
61
61
  decimals: 18,
62
62
  website: 'https://canto.io/',
63
63
  documentation: 'https://docs.canto.io/overview/canto-unit-of-account-usdnote',
64
- description: '$NOTE is the unit of account on Canto. $NOTE is an over-collateralized currency with a value perpetually rebalanced toward $1 through an algorithmic interest rate policy. ',
64
+ description: '$NOTE is the unit of account on Canto. $NOTE is an over-collateralized currency with a value perpetually rebalanced toward $1 through an algorithmic interest rate policy.',
65
65
  bridge: 'native',
66
66
  tags: ['STABLECOIN', 'SYNTHETIC'],
67
67
  },
@@ -1895,7 +1895,7 @@ export declare const ethereum: {
1895
1895
  readonly documentation: "https://docs.layerzero.network/v2";
1896
1896
  readonly description: "ZRO is the native asset of the LayerZero protocol. LayerZero is an omnichain interoperability protocol that supports censorship-resistant messages and permissionless development through immutable smart contracts called Endpoints.";
1897
1897
  readonly bridge: "layer-zero";
1898
- readonly tags: readonly ["BLUECHIP"];
1898
+ readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
1899
1899
  };
1900
1900
  readonly ShezUSD: {
1901
1901
  readonly name: "ShezmuUSD";
@@ -4752,7 +4752,7 @@ export declare const ethereum: {
4752
4752
  readonly documentation: "https://docs.layerzero.network/v2";
4753
4753
  readonly description: "ZRO is the native asset of the LayerZero protocol. LayerZero is an omnichain interoperability protocol that supports censorship-resistant messages and permissionless development through immutable smart contracts called Endpoints.";
4754
4754
  readonly bridge: "layer-zero";
4755
- readonly tags: readonly ["BLUECHIP"];
4755
+ readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
4756
4756
  };
4757
4757
  readonly ShezUSD: {
4758
4758
  readonly name: "ShezmuUSD";
@@ -1892,7 +1892,7 @@ export declare const tokens: {
1892
1892
  readonly documentation: "https://docs.layerzero.network/v2";
1893
1893
  readonly description: "ZRO is the native asset of the LayerZero protocol. LayerZero is an omnichain interoperability protocol that supports censorship-resistant messages and permissionless development through immutable smart contracts called Endpoints.";
1894
1894
  readonly bridge: "layer-zero";
1895
- readonly tags: readonly ["BLUECHIP"];
1895
+ readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
1896
1896
  };
1897
1897
  readonly ShezUSD: {
1898
1898
  readonly name: "ShezmuUSD";
@@ -1858,7 +1858,7 @@ export const tokens = {
1858
1858
  documentation: 'https://docs.layerzero.network/v2',
1859
1859
  description: 'ZRO is the native asset of the LayerZero protocol. LayerZero is an omnichain interoperability protocol that supports censorship-resistant messages and permissionless development through immutable smart contracts called Endpoints.',
1860
1860
  bridge: 'layer-zero',
1861
- tags: ['BLUECHIP'],
1861
+ tags: ['BLUECHIP', 'NO_TIMELOCK'],
1862
1862
  },
1863
1863
  ShezUSD: {
1864
1864
  name: 'ShezmuUSD',
@@ -1414,7 +1414,7 @@ export declare const optimism: {
1414
1414
  readonly documentation: "https://docs.layerzero.network/v2";
1415
1415
  readonly description: "ZRO is the native asset of the LayerZero protocol. LayerZero is an omnichain interoperability protocol that supports censorship-resistant messages and permissionless development through immutable smart contracts called Endpoints.";
1416
1416
  readonly bridge: "layer-zero";
1417
- readonly tags: readonly ["BLUECHIP"];
1417
+ readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
1418
1418
  };
1419
1419
  readonly ezETH: {
1420
1420
  readonly name: "Renzo Restaked ETH";
@@ -3084,7 +3084,7 @@ export declare const optimism: {
3084
3084
  readonly documentation: "https://docs.layerzero.network/v2";
3085
3085
  readonly description: "ZRO is the native asset of the LayerZero protocol. LayerZero is an omnichain interoperability protocol that supports censorship-resistant messages and permissionless development through immutable smart contracts called Endpoints.";
3086
3086
  readonly bridge: "layer-zero";
3087
- readonly tags: readonly ["BLUECHIP"];
3087
+ readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
3088
3088
  };
3089
3089
  readonly ezETH: {
3090
3090
  readonly name: "Renzo Restaked ETH";
@@ -1411,7 +1411,7 @@ export declare const tokens: {
1411
1411
  readonly documentation: "https://docs.layerzero.network/v2";
1412
1412
  readonly description: "ZRO is the native asset of the LayerZero protocol. LayerZero is an omnichain interoperability protocol that supports censorship-resistant messages and permissionless development through immutable smart contracts called Endpoints.";
1413
1413
  readonly bridge: "layer-zero";
1414
- readonly tags: readonly ["BLUECHIP"];
1414
+ readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
1415
1415
  };
1416
1416
  readonly ezETH: {
1417
1417
  readonly name: "Renzo Restaked ETH";
@@ -1376,7 +1376,7 @@ export const tokens = {
1376
1376
  documentation: 'https://docs.layerzero.network/v2',
1377
1377
  description: 'ZRO is the native asset of the LayerZero protocol. LayerZero is an omnichain interoperability protocol that supports censorship-resistant messages and permissionless development through immutable smart contracts called Endpoints.',
1378
1378
  bridge: 'layer-zero',
1379
- tags: ['BLUECHIP'],
1379
+ tags: ['BLUECHIP', 'NO_TIMELOCK'],
1380
1380
  },
1381
1381
  ezETH: {
1382
1382
  name: 'Renzo Restaked ETH',
@@ -2093,7 +2093,7 @@ export declare const polygon: {
2093
2093
  readonly documentation: "https://docs.layerzero.network/v2";
2094
2094
  readonly description: "ZRO is the native asset of the LayerZero protocol. LayerZero is an omnichain interoperability protocol that supports censorship-resistant messages and permissionless development through immutable smart contracts called Endpoints.";
2095
2095
  readonly bridge: "layer-zero";
2096
- readonly tags: readonly ["BLUECHIP"];
2096
+ readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
2097
2097
  };
2098
2098
  };
2099
2099
  readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
@@ -4188,7 +4188,7 @@ export declare const polygon: {
4188
4188
  readonly documentation: "https://docs.layerzero.network/v2";
4189
4189
  readonly description: "ZRO is the native asset of the LayerZero protocol. LayerZero is an omnichain interoperability protocol that supports censorship-resistant messages and permissionless development through immutable smart contracts called Endpoints.";
4190
4190
  readonly bridge: "layer-zero";
4191
- readonly tags: readonly ["BLUECHIP"];
4191
+ readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
4192
4192
  };
4193
4193
  }>;
4194
4194
  readonly native: {
@@ -2090,6 +2090,6 @@ export declare const tokens: {
2090
2090
  readonly documentation: "https://docs.layerzero.network/v2";
2091
2091
  readonly description: "ZRO is the native asset of the LayerZero protocol. LayerZero is an omnichain interoperability protocol that supports censorship-resistant messages and permissionless development through immutable smart contracts called Endpoints.";
2092
2092
  readonly bridge: "layer-zero";
2093
- readonly tags: readonly ["BLUECHIP"];
2093
+ readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
2094
2094
  };
2095
2095
  };
@@ -2021,6 +2021,6 @@ export const tokens = {
2021
2021
  documentation: 'https://docs.layerzero.network/v2',
2022
2022
  description: 'ZRO is the native asset of the LayerZero protocol. LayerZero is an omnichain interoperability protocol that supports censorship-resistant messages and permissionless development through immutable smart contracts called Endpoints.',
2023
2023
  bridge: 'layer-zero',
2024
- tags: ['BLUECHIP'],
2024
+ tags: ['BLUECHIP', 'NO_TIMELOCK'],
2025
2025
  },
2026
2026
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beefyfinance/blockchain-addressbook",
3
- "version": "0.54.199",
3
+ "version": "0.54.201",
4
4
  "description": "A collection of useful addresses on various chains for defi development",
5
5
  "type": "commonjs",
6
6
  "types": "./build/address-book/index.d.ts",