@beefyfinance/blockchain-addressbook 0.54.199 → 0.54.200

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 (43) 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 +2 -2
  11. package/build/address-book/bsc/tokens/tokens.d.ts +1 -1
  12. package/build/address-book/bsc/tokens/tokens.js +1 -1
  13. package/build/address-book/ethereum/index.d.ts +2 -2
  14. package/build/address-book/ethereum/tokens/tokens.d.ts +1 -1
  15. package/build/address-book/ethereum/tokens/tokens.js +1 -1
  16. package/build/address-book/optimism/index.d.ts +2 -2
  17. package/build/address-book/optimism/tokens/tokens.d.ts +1 -1
  18. package/build/address-book/optimism/tokens/tokens.js +1 -1
  19. package/build/address-book/polygon/index.d.ts +2 -2
  20. package/build/address-book/polygon/tokens/tokens.d.ts +1 -1
  21. package/build/address-book/polygon/tokens/tokens.js +1 -1
  22. package/build-esm/address-book/arbitrum/index.d.ts +2 -2
  23. package/build-esm/address-book/arbitrum/tokens/tokens.d.ts +1 -1
  24. package/build-esm/address-book/arbitrum/tokens/tokens.js +1 -1
  25. package/build-esm/address-book/avax/index.d.ts +2 -2
  26. package/build-esm/address-book/avax/tokens/tokens.d.ts +1 -1
  27. package/build-esm/address-book/avax/tokens/tokens.js +1 -1
  28. package/build-esm/address-book/base/index.d.ts +2 -2
  29. package/build-esm/address-book/base/tokens/tokens.d.ts +1 -1
  30. package/build-esm/address-book/base/tokens/tokens.js +1 -1
  31. package/build-esm/address-book/bsc/index.d.ts +2 -2
  32. package/build-esm/address-book/bsc/tokens/tokens.d.ts +1 -1
  33. package/build-esm/address-book/bsc/tokens/tokens.js +1 -1
  34. package/build-esm/address-book/ethereum/index.d.ts +2 -2
  35. package/build-esm/address-book/ethereum/tokens/tokens.d.ts +1 -1
  36. package/build-esm/address-book/ethereum/tokens/tokens.js +1 -1
  37. package/build-esm/address-book/optimism/index.d.ts +2 -2
  38. package/build-esm/address-book/optimism/tokens/tokens.d.ts +1 -1
  39. package/build-esm/address-book/optimism/tokens/tokens.js +1 -1
  40. package/build-esm/address-book/polygon/index.d.ts +2 -2
  41. package/build-esm/address-book/polygon/tokens/tokens.d.ts +1 -1
  42. package/build-esm/address-book/polygon/tokens/tokens.js +1 -1
  43. 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',
@@ -3998,7 +3998,7 @@ export declare const bsc: {
3998
3998
  readonly documentation: "https://docs.layerzero.network/v2";
3999
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.";
4000
4000
  readonly bridge: "layer-zero";
4001
- readonly tags: readonly ["BLUECHIP"];
4001
+ readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
4002
4002
  };
4003
4003
  readonly slisBNB: {
4004
4004
  readonly name: "Staked Lista BNB";
@@ -8386,7 +8386,7 @@ export declare const bsc: {
8386
8386
  readonly documentation: "https://docs.layerzero.network/v2";
8387
8387
  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
8388
  readonly bridge: "layer-zero";
8389
- readonly tags: readonly ["BLUECHIP"];
8389
+ readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
8390
8390
  };
8391
8391
  readonly slisBNB: {
8392
8392
  readonly name: "Staked Lista BNB";
@@ -3995,7 +3995,7 @@ export declare const tokens: {
3995
3995
  readonly documentation: "https://docs.layerzero.network/v2";
3996
3996
  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
3997
  readonly bridge: "layer-zero";
3998
- readonly tags: readonly ["BLUECHIP"];
3998
+ readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
3999
3999
  };
4000
4000
  readonly slisBNB: {
4001
4001
  readonly name: "Staked Lista BNB";
@@ -3964,7 +3964,7 @@ exports.tokens = {
3964
3964
  documentation: 'https://docs.layerzero.network/v2',
3965
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.',
3966
3966
  bridge: 'layer-zero',
3967
- tags: ['BLUECHIP'],
3967
+ tags: ['BLUECHIP', 'NO_TIMELOCK'],
3968
3968
  },
3969
3969
  slisBNB: {
3970
3970
  name: 'Staked Lista BNB',
@@ -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',
@@ -3998,7 +3998,7 @@ export declare const bsc: {
3998
3998
  readonly documentation: "https://docs.layerzero.network/v2";
3999
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.";
4000
4000
  readonly bridge: "layer-zero";
4001
- readonly tags: readonly ["BLUECHIP"];
4001
+ readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
4002
4002
  };
4003
4003
  readonly slisBNB: {
4004
4004
  readonly name: "Staked Lista BNB";
@@ -8386,7 +8386,7 @@ export declare const bsc: {
8386
8386
  readonly documentation: "https://docs.layerzero.network/v2";
8387
8387
  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
8388
  readonly bridge: "layer-zero";
8389
- readonly tags: readonly ["BLUECHIP"];
8389
+ readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
8390
8390
  };
8391
8391
  readonly slisBNB: {
8392
8392
  readonly name: "Staked Lista BNB";
@@ -3995,7 +3995,7 @@ export declare const tokens: {
3995
3995
  readonly documentation: "https://docs.layerzero.network/v2";
3996
3996
  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
3997
  readonly bridge: "layer-zero";
3998
- readonly tags: readonly ["BLUECHIP"];
3998
+ readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
3999
3999
  };
4000
4000
  readonly slisBNB: {
4001
4001
  readonly name: "Staked Lista BNB";
@@ -3961,7 +3961,7 @@ export const tokens = {
3961
3961
  documentation: 'https://docs.layerzero.network/v2',
3962
3962
  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
3963
  bridge: 'layer-zero',
3964
- tags: ['BLUECHIP'],
3964
+ tags: ['BLUECHIP', 'NO_TIMELOCK'],
3965
3965
  },
3966
3966
  slisBNB: {
3967
3967
  name: 'Staked Lista BNB',
@@ -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.200",
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",